Item Property

Summary

Gets or sets the value associated with the specified key.

Syntax
C#
C++
public TValue Item( 
   TKey key 
) { get; set; } 
public: 
property TValue^ default [TKey^] { 
   TValue^ get(TKey^ key); 
   void set (TKey^ key, TValue^ ); 
} 

Parameters

key
The key of the value to get or set.

Property Value

The value associated with the specified key. If the specified key is not found, a get operation throws a System.Collections.Generic.KeyNotFoundException, and a set operation creates a new element with the specified key.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly